body {
	background-color: lightblue;
}

h2 {
	color: red;
	text-align: center;
}

h3 {
	color: blue;

}

table, th, td {
		border: 1px solid red;
		
}
tr:hover {
	background-color: #00FFFF;
}

.learning h3 {
		color: red;
		font-family: Arial, Times, serif;
}

ol {
		color: red;
		list-style-type: square;
}

.source h3 {
		color: blue;
}

.links h3 {
		color: rgb(0, 255, 0);
		background-color: red;
		width: 58px;
}

a:link {
	color: #CD5C5C;
}

a:visited {
	color: blue;
}
a:hover {
	color: purple;
}
a:active {
	color: ;
}


